home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / mac / Cyber Sounds / Demo / Main.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1996-01-16  |  169 b   |  12 lines

  1. on mouseDown
  2.   puppetSound(0)
  3.   puppetSprite(8, 1)
  4.   set the ink of sprite 8 to 33
  5. end
  6.  
  7. on mouseUp
  8.   set the ink of sprite 8 to 5
  9.   puppetSprite(8, 0)
  10.   go("Music")
  11. end
  12.